home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tom.swf / scripts / frame_134 / DoAction.as
Text File  |  2011-08-19  |  244b  |  15 lines

  1. if(_root.editing == true)
  2. {
  3.    trace("EDITTTITITI");
  4.    _root.editing = false;
  5.    stopAllSounds();
  6.    this.isoPlane.makeSound("buildloop",50,999);
  7. }
  8. else
  9. {
  10.    _root.trackPlay();
  11.    setUpBuild();
  12.    buildRoom("kitchen");
  13. }
  14. stop();
  15.